home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / game / misc / WormWars.lha / WormWars / Source / amiga.h next >
Text File  |  2001-04-21  |  633b  |  25 lines

  1. /* menus */
  2. #define MN_PROJECT       0
  3. #define MN_EDIT          1
  4. #define MN_SETTINGS      2
  5. #define MN_HELP          3
  6. #define IN_NEW           0
  7. #define IN_OPEN          1
  8. #define IN_REVERT        2
  9. #define IN_SAVE          4
  10. #define IN_SAVEAS        5
  11. #define IN_PROJECTDELETE 7
  12. #define IN_QUIT          9
  13. #define IN_CUT           0
  14. #define IN_COPY          1
  15. #define IN_PASTE         2
  16. #define IN_ERASE         4
  17. #define IN_EDITDELETE    5
  18. #define IN_INSERT        6
  19. #define IN_APPEND        7
  20. #define IN_CREATEICONS   0
  21. #define IN_CREATURES     0
  22. #define IN_OBJECTS       1
  23. #define IN_MANUAL        3
  24. #define IN_ABOUT         5
  25.